projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258544f
)
(rmail-resend): Preserve point around expand-mail-aliases.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 09:56:17 +0000
(09:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Aug 1994 09:56:17 +0000
(09:56 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 2a8713f49250d46eb668dcac023ad55cfc676d55..ec86f4682ed0feb230a477e747a99ba02ab9e81f 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-2064,7
+2064,8
@@
typically for purposes of moderating a list."
address
(mapconcat 'identity address ",\n\t"))
"\n")
- (expand-mail-aliases before (point)))
+ (save-excursion
+ (expand-mail-aliases before (point))))
;;>> Set up comment, if any.
(if (and (sequencep comment) (not (zerop (length comment))))
(let ((before (point))